Skip to content

chore(deps): update dependency jsdom to v29#458

Merged
baturtulek merged 2 commits into
mainfrom
renovate/jsdom-29.x
May 21, 2026
Merged

chore(deps): update dependency jsdom to v29#458
baturtulek merged 2 commits into
mainfrom
renovate/jsdom-29.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
jsdom 28.1.029.1.1 age confidence

Release Notes

jsdom/jsdom (jsdom)

v29.1.1

Compare Source

v29.1.0

Compare Source

v29.0.2

Compare Source

  • Significantly improved and sped up getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such as currentcolor and system colors. (@​asamuzaK)
  • Fixed CSS 'background' and 'border' shorthand parsing. (@​asamuzaK)

v29.0.1

Compare Source

v29.0.0

Compare Source

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (thypon)
  • Fixed a memory leak when stylesheets were removed from the document.
  • Fixed CSSStyleDeclaration modifications to properly trigger custom element reactions.
  • Fixed nested @media rule parsing.
  • Fixed CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.
  • Fixed XMLHttpRequest's response getter returning parsed JSON during the LOADING state instead of null.
  • Fixed getComputedStyle() crashing in XHTML documents when stylesheets contained at-rules such as @page or @font-face.
  • Fixed a potential hang in synchronous XMLHttpRequest caused by a race condition with the worker thread's idle timeout.

Configuration

📅 Schedule: (in timezone Europe/Istanbul)

  • Branch creation
    • Between 07:00 AM and 09:59 AM, only on Monday (* 7-9 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner March 16, 2026 05:25
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 16, 2026

🦋 Changeset detected

Latest commit: 500ad93

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@commencis/starter-react-vite Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 622141d to 85ece1c Compare March 20, 2026 05:05
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch 2 times, most recently from 422d0c6 to caa94b1 Compare April 7, 2026 05:04
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from caa94b1 to ca15938 Compare April 8, 2026 20:45
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch 2 times, most recently from afb18d5 to ce8982f Compare April 30, 2026 11:45
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch 4 times, most recently from fbff394 to fbb48d0 Compare May 18, 2026 07:09
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from fbb48d0 to d79f480 Compare May 21, 2026 13:06
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from d79f480 to 3e456ba Compare May 21, 2026 13:12
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 21, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@baturtulek baturtulek merged commit 8c039ce into main May 21, 2026
3 checks passed
@baturtulek baturtulek deleted the renovate/jsdom-29.x branch May 21, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant